github.com/jackc/pgx/v5.baseRows.FieldDescriptions (method, view implemented interface methods)
5 uses
github.com/jackc/pgx/v5 (current package)
rows.go#L147: func (rows *baseRows) FieldDescriptions() []pgconn.FieldDescription {
rows.go#L237: fieldDescriptions := rows.FieldDescriptions()
rows.go#L297: values := make([]any, 0, len(rows.FieldDescriptions()))
rows.go#L299: for i := range rows.FieldDescriptions() {
rows.go#L301: fd := &rows.FieldDescriptions()[i]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)